home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / ADOS Guide / ADOS commands / Break < prev    next >
Text File  |  1998-02-16  |  685b  |  29 lines

  1.                           --AMIGADOS GUIDE V2.5--
  2.                                   BREAK
  3.  
  4.  
  5.    USE:
  6.    Break is the command which allows you to stop the computer from
  7.    continuing with its current task.
  8.  
  9.    PATH:
  10.    C:
  11.  
  12.    SYSTEM:
  13.    2.0, 2.1, 3.0
  14.  
  15.    EXAMPLES:
  16.    1>***BREAK*** (task)
  17.    1>BREAK c/s (send a CTRL-C break)
  18.  
  19.    NOTES:
  20.    To utilise the Break command you have to apply it to a script and tell
  21.    the operating system what key combination you would like in order to
  22.    execute it.  These are outlined below:
  23.  
  24.    C/S - Press CTRL-C to break
  25.    D/S - Press CTRL-D to break
  26.    E/S - Press CTRL-E to break
  27.    F/S - Press CTRL-F to break
  28.    ALL/S - Send all four break codes
  29.